home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / daten / quickfile / arexx / readme < prev    next >
Text File  |  1995-07-25  |  2KB  |  58 lines

  1. This drawer contains ARexx documentation and some scripts.
  2.  
  3. Demo.rexx
  4.  
  5.     This drives QuickFile to give a simple demo of some of the
  6.     features of QuickFile. Start QuickFile, open the AddressBook file
  7.     and then run this either from the shell or workbench.
  8.  
  9. DelRecs.QuickFile
  10.  
  11.     This is a QuickFile macro to delete all records in the current
  12.     index - This will usually be a selection.
  13.     Run this from the Options/ARexx menu item.
  14.  
  15. FindReplace.QuickFile
  16.  
  17.     This is a QuickFile macro to do a search and replace in a single field
  18.     for all records of the current index. It will only replace the first
  19.     occurrence of the string in each field.
  20.  
  21.     You are prompted line by line for the input required. You should not
  22.     attempt to change a field used in the current index. You can do it but
  23.     records may be missed. If you have only one index, sort the file on
  24.     any other field and process the Sorted records.
  25.  
  26.     The search can match or ignore case
  27.  
  28.     You can replace a string with nothing.
  29.  
  30.     Run this from the Options/ARexx menu item.
  31.  
  32. SetField.QuickFile
  33.  
  34.     This is a QuickFile macro to set a field to a requested value in
  35.     all records in the current index - which would usually be a selection.
  36.     Run this from the Options/ARexx menu item in QuickFile.
  37.  
  38. Address.xdme
  39.  
  40.     This is a macro that will get address details from QuickFile and insert
  41.     them into an XDME document. It should also work with later versions of
  42.     DME. It assumes that QuickFile is running. If a file called
  43.     Addressbook is not open, it tries to open one from the distribution
  44.     diskette.
  45.  
  46.     Run this from dme with the command 'rx1 address aaaa' where aaaa is
  47.     the name you want the address for.
  48.  
  49.     It should be easy to modify this for any text editor or word processor
  50.  
  51.     DME is an excellent text editor written by Matthew Dillon and XDME
  52.     is an enhanced version based on it.
  53.  
  54. There is also an example of a startup macro in the Examples/sales drawer.
  55. All this does is load a second view when you open the file. It does save a
  56. couple of mouse clicks and/or keystrokes.
  57.  
  58.